home *** CD-ROM | disk | FTP | other *** search
/ The Learning Curve / The Learning Curve (Weird Science, 1996).iso / computers / ados_guide_v1.5 / ados commands / ask < prev    next >
Encoding:
Text File  |  1995-03-10  |  326 b   |  25 lines

  1. AMIGADOS GUIDE V1.5
  2. ASK
  3.  
  4. USE:
  5. When executing a script file it may be necessary to 
  6. acquire information from the user.  By using this 
  7. command you can do just this task.
  8.  
  9. PATH:
  10. Internal
  11.  
  12. SYSTEM:
  13. 2.0,  2.1,  3.0
  14.  
  15. EXAMPLES:
  16. 1>ASK "Press Y or N"
  17.   IF WARN
  18.   ECHO "You pressed Y"
  19.   ELSE
  20.   ECHO "You pressed N"
  21.   ENDIF
  22.  
  23. NOTES:
  24. None
  25.